From: Kenichi Handa Date: Thu, 9 Apr 2009 11:06:23 +0000 (+0000) Subject: (unidata-describe-decomposition): Return X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~913 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9c4bf7d54b4c8dfa3734b04eb2651e285d857712;p=emacs.git (unidata-describe-decomposition): Return a string with a composition property to disable combining characters being composed. --- diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el index d82ba7aa432..5a03fd71431 100644 --- a/admin/unidata/unidata-gen.el +++ b/admin/unidata/unidata-gen.el @@ -1134,8 +1134,13 @@ Property value is a character." (ON . "Other Neutrals"))))) (defun unidata-describe-decomposition (val) - (mapconcat #'(lambda (x) (if (symbolp x) (symbol-name x) (string ?' x ?'))) - val " ")) + (mapconcat + #'(lambda (x) + (if (symbolp x) (symbol-name x) + (concat (string ?') + (compose-string (string x) 0 1 (string ?\t x ?\t)) + (string ?')))) + val " ")) ;; Verify if we can retrieve correct values from the generated ;; char-tables.